home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2006 April / PC Advisor 2006 April.iso / internet / OPERA / opera.exe / CERTINFO.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-08-23  |  822 b   |  57 lines

  1. @charset "utf-8";
  2. /* Stylesheet for the Opera about document */
  3. /* Copyright 2004 Opera Software */
  4.  
  5. BODY {
  6. color: white;
  7. /*background: #525a84;*/
  8. background: #355382;
  9. font-family: sans-serif;
  10. font-size: 0.90em;
  11. padding-right: 5%;
  12. }
  13.  
  14. table.certificate {
  15. border-spacing: 0px;
  16. border: solid thin;
  17. border-collapse: collapse;
  18. margin: 2em auto 2em 5%;
  19. max-width: 93%;
  20. }
  21.  
  22. .certificate > caption {
  23. font-size: large;
  24. text-align: left;
  25. border: thin solid;
  26. border-bottom: none;
  27. margin: 1em auto 0;
  28. }
  29.  
  30. .certificate table {
  31. border: solid thin;
  32. margin: 1em;
  33. }
  34.  
  35. .certificate address {
  36. font-style: normal;
  37. margin-bottom: 1em;
  38. }
  39.  
  40. TH, TD {
  41. text-align: left;
  42. vertical-align: top;
  43. padding: 0.1em 0.5em;
  44. }
  45.  
  46. TH {
  47. white-space: nowrap;
  48. }
  49.  
  50.  
  51. col {
  52. border: 1px solid;
  53. }
  54.  
  55. A {
  56. color: inherit;
  57. }